home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET
/
BCI NET Dec 94.iso
/
archives
/
applications
/
wp
/
xdmd1.lha
/
YankRec.xdme
< prev
Wrap
Text File
|
1994-10-27
|
271b
|
14 lines
/* YankRec.xdme */
/* This yanks a rectangle into the text. */
call open(input,"T:rectangle","R")
do forever
line = readln(input)
if eof(input) then leave
xcom = 'push pos insert (' || line || ') ping 9 pop pos down'
xcom
end
'pong 9'
call close(input)